/* Calibration for EPSON printers */
/* Created 22.02.2003 T. Milius
   Changed 19.09.2004 T. Milius */
/* (c) Copyright 2003-2004 by Milius Software Stade */
/* RISCOS */

#define APPLICATION_NAME "PDPEICal"

/* Written from RISCOS 3.1 onwards */
#define WimpVersion 310

/* Toolbox events */
#define TB_Quit 1

/* Application depending events */
#define APP_TBE_START_CALIBRATION      0x0002
#define APP_TBE_SET_CALIB_FILE         0x0003
#define APP_TBE_CATRIDGE_USAGE_CHANGED 0x0004
#define APP_TBE_DELETE_CALIBRATION     0x0005
#define APP_TBE_SHOW_GENERAL_HELP      0x0006
#define APP_TBE_SHOW_CALIBRATION_HELP  0x0007

#define COMPONENT_COLOR_SELECTION            0x00000001
#define COMPONENT_COLOR_STRING               0x00000021
#define COMPONENT_START_CALIBRATION          0x00000040
#define COMPONENT_BITS_PER_PIXEL             0x00000041
#define COMPONENT_CALIBRATION_FILE           0x00000042
#define COMPONENT_START_CALIBRATION_FILE     0x00000043
#define COMPONENT_INTENSITY_MODE             0x00000044
#define COMPONENT_COLOUR_DEFINITION_FILE     0x00000045
#define COMPONENT_PIXEL_PAD_BITS             0x00000046
#define COMPONENT_DELETE_CALIBRATION         0x00000047
#define COMPONENT_CALIBRATION_NUMBER         0x00000048
#define COMPONENT_INTENSITY_REDUCTION        0x00000049
